no need to disable buffering from Qt in POST requests
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 27 Mar 2025 14:25:49 +0000 (15:25 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 10 Apr 2025 12:55:41 +0000 (14:55 +0200)
commit39cf125c179ae478e493313736c033078865fb4b
tree56afd1f47e92e7254cca43bc6b9f25d3d40d53ff
parentb0067c398877c3639ecdb52e975c99275b56fd71
no need to disable buffering from Qt in POST requests

data of the files are ready in a memory buffer so Qt will not buffer
them anyway

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/putmultifilejob.cpp